home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 122
/
Vol 122.iso
/
games
/
super_cr.swf
/
scripts
/
DefineSprite_380
/
frame_170
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-01-06
|
229 b
|
11 lines
stopAllSounds();
finalScore = Math.round((shine / 200 + 175) * Math.pow(0.9995,playerDistance));
ball._xscale = 600;
ball._yscale = 600;
ball._x = 315;
ball._y = 19;
ball.onEnterFrame = function()
{
this._x -= 4;
};